

/* Start Bootstrap */
#search,
#sell_list_filter_date_range,
.form-select {
    color: #33516c !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: solid 1px #e6eaed;
    height: 40px !important;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    cursor: pointer;
}

#preview_setting_form .ui-autocomplete-input {
    color: #33516c !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border: solid 1px #e6eaed;
    height: 40px !important;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.form-select:focus {
    border-color: #e6eaed;
}

/* Icon for Modal Next to input */
.input-group-text,
.input-group-addon {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.modal-fullscreen .modal-content {
    height: auto;
}

/* End Bootstrap */

/* Start Tags Plugin */
.blue.tag-contain {
    padding: 0;
}

.blue.tag-contain .tag-input {
    border: solid 1px #e6eaed;
    padding: .375rem .75rem;
    width: 100%;
    font-size: 14px;
}

input:focus-visible {
    outline: 0;
}

.blue.tag-contain ul li,.blue.tag-contain ul svg {
    background: var(--main);
}

/* End Tags Plugin */

.default-box td a {
    padding: 5px 16px;
}

.input-group-btn > .btn {
    height: 100%;
}

.datepicker-dropdown {
    z-index: 9999 !important;
}


#filterbutton {
    display: flex;
    align-items: center;
    justify-content: center;
}


.select2-container.select2-container--default {
    width: 100% !important;
}


.row .col-grid {
    padding-left: 5px;
    padding-right: 5px;
}

html[dir=rtl] .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

html[dir=rtl] .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-left: -1px;
}
html[dir=rtl] .pos-products .pos_qty_available {
    left: 10px;
    right: initial;
}

.table-pos-product-selected {
    margin-bottom: 0;
    max-height: 500px;
}

.table-pos-product-selected tbody tr td div.image-container {
    width: 60px;
    height: 60px;
}

.table-pos-product-selected tbody tr td .form-group {
    margin-bottom: 5px;
}

.table-pos-product-selected tbody tr td {
    vertical-align: middle;
}

.table-pos-product-selected tbody tr td br {
    display: none;
}

.table-pos-product-selected tbody tr td div.image-container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.table-pos-product-selected tbody tr td div span.text-link {
    max-height: 45px;
    overflow: hidden;
    display: block;
}

.table-pos-product-selected tbody tr td .input-group.input-number {
    margin-bottom: 5px;
}

.table-pos-product-selected tbody tr td .input-group.input-number button {
    height: 30px;
    width: 30px;
    border-radius: 50%;

}

.table-pos-product-selected tbody tr td select {
    height: 30px !important;
    margin: 8px 0;
    font-size: 12px !important;
}

.table-pos-product-selected tbody tr td .input-group.input-number input, .table-pos-product-selected tbody tr td .form-group .form-control {
    height: 30px !important;
}

.table-pos-product-selected tbody tr td div span.btn-success {
    background-color: #dceaff;
    color: #504646 !important;
    border: 1px solid #dfecff;
    margin: 7px 0 0 0;
}

.table-pos-product-selected tbody tr td div span.btn-success:hover {
    background-color: #97197d;
    color: #fff !important;
    text-decoration: none;
}

.pos-table-footer-box {
    background: #ecf3ff;
    color: #5e5e5e;
    padding: 10px;
}

.total-payable {
    display: inline-flex;
    align-items: center;
    padding: 3px 17px;
    background-color: #d9ffef;
    border-radius: 4px;
}
.total-payable span{
    margin: 0 10px;
}

.modal-pos-add-compo-product {
    max-width: 650px !important;
}

.modal-pos-add-compo-product .form-control[readonly] {
    background-color: #f1f8ff;
    border: 1px solid #d9ecff !important;
}

.modal-pos-add-compo-product .modal-header {
    padding: 20px !important;
}

.modal-pos-add-compo-product .modal-header h4 {
    margin: 0;
}

.modal-pos-add-compo-product .thead .row {
    background-color: #97197d;
    color: #fff;
}

.modal-pos-add-compo-product .compo-qty-inputs .quantity-picese {

    background-color: #f1f8ff;
    text-align: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #d3d7df !important;
    margin: 0 8px;
    padding: 8px;
    border-radius: 8px;
    height: 40px;
    font-size: 12px;
}

.modal-pos-add-compo-product .product_name {
    margin: 0 7px;
    max-height: 45px;
    overflow: hidden;
    line-height: 1.7;
    color: #434343;
    font-weight: bold;
}

.modal-pos-add-compo-product .table-responsive {
    border: none !important;
    padding: 0 !important;
    max-height: 500px
}

.modal-pos-add-compo-product .main_light_table {
    padding: 15px;
    border: 1px solid #e2e2e2;
}

.modal-pos-add-compo-product input[type='checkbox'] {
    width: 23px;
    height: 21px;
    padding: 0 !important;
    display: flex;
    flex-shrink: 0;
    margin-top: 5px !important;
}

.modal-pos-add-compo-product .compo-qty-inputs .input_number {
    margin: 0 5px;
    width: 50px !important;
    text-align: center;
    height: 35px;
    border-radius: 7px;
}
.modal-pos-add-compo-product .compo-qty-inputs #decreaseBtn,
.modal-pos-add-compo-product .compo-qty-inputs #increaseBtn{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #97197d;
    background-color: #97197d;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}.modal-pos-add-compo-product .compo-qty-inputs button i,
 .modal-pos-add-compo-product .compo-qty-inputs button svg{
     color: #fff;
     font-size: 12px;
 }
.modal-pos-add-compo-product .compo-qty-inputs .quantity-picese #quantity_change {
    margin: 0 5px;
    width: 50px;
    text-align: center;
}

.modal-pos-add-compo-product .compo-qty-inputs .quantity-picese #quantity_change {
    margin: 0 5px;
    width: 50px !important;
    text-align: center;
}

.modal-pos-add-compo-product .compo-qty-inputs #quantity_item_change {
    width: 50px !important;
    background-color: #f1f8ff;
    height: 40px !important;
    text-align: center;
    margin-bottom: 0 !important;

}

.table-pos-product-selected tbody tr td input {
    text-align: center;
}

.ui-autocomplete {
    z-index: 9999 !important;
}